Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

French locale #12

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

French locale #12

wants to merge 15 commits into from

Conversation

janssens
Copy link

A small first contribution

@@ -122,6 +122,33 @@ public function saveAction()

// try to save it
try {

if(isset($_FILES['icon']['name']) && (file_exists($_FILES['icon']['tmp_name']))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you pls use php-cs and check your files

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I don't know yet how to do this.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coding style checks should actually be part of the CI and break a build if the coding style doesn't match with the provided code. Is this about the default Magento coding standard or some else?

Comment on lines +145 to +146
}
else{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants